github.com/klauspost/compress/zstd.blockEnc.dictLitEnc (field)
12 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L23: dictLitEnc *huff0.Scratch
blockenc.go#L81: b.dictLitEnc = nil
blockenc.go#L97: b.dictLitEnc = nil
blockenc.go#L343: if len(lits) < 8 || (len(lits) < 32 && b.dictLitEnc == nil) || raw {
blockenc.go#L358: if b.dictLitEnc != nil {
blockenc.go#L359: b.litEnc.TransferCTable(b.dictLitEnc)
blockenc.go#L361: b.dictLitEnc = nil
blockenc.go#L518: if b.dictLitEnc != nil {
blockenc.go#L519: b.litEnc.TransferCTable(b.dictLitEnc)
blockenc.go#L521: b.dictLitEnc = nil
enc_base.go#L145: e.blk.dictLitEnc = nil
enc_base.go#L168: e.blk.dictLitEnc = d.litEnc
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |